Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all group with 2 updates #70

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the all group with 2 updates: actions/dependency-review-action and py-actions/flake8.

Updates actions/dependency-review-action from 3.1.0 to 3.1.3

Release notes

Sourced from actions/dependency-review-action's releases.

3.1.3

What's Changed

Full Changelog: actions/dependency-review-action@v3...v3.1.3

3.1.2

What's Changed

Full Changelog: actions/dependency-review-action@v3...v3.1.2

3.1.1

What's Changed

  • Update a bunch of dependencies, including major version upgrades for octokit, @actions/github and typescript.

Full Changelog: actions/dependency-review-action@v3.1.0...v3.1.1

Commits

Updates py-actions/flake8 from 2.2.1 to 2.3.0

Release notes

Sourced from py-actions/flake8's releases.

v2.3.0

Changelog available in the root of the repository

What's Changed

Full Changelog: py-actions/flake8@v2.2.1...v2.3.0

Changelog

Sourced from py-actions/flake8's changelog.

Changelog

v2.3.0

  • update the GitHub Action to use node 20 environment from node 16 environment (addresses GitHub Actions node 16 deprecation warnings)
  • add cPython 3.12.x interpreter testing support
  • drop cPython 3.8.x interpreter testing support (may work, no longer tested)
  • development dependency updates

v2.2.1

  • add cPython 3.11.x environment support
  • drop cPython 3.7.x environment support (may still function, but will no longer be included in tests)
  • dependency updates
  • update CodeQL scanning configuration

v2.2.0

  • Add support for flake8 plugin installation prior to flake8 execution
  • Add new plugins input field that accepts a space-delimited list of flake8 plugin packages
  • Remove Windows-specific CI environment pip installation workaround that was required to temporarily address #139 pip bug

v2.1.0

  • Move remote git repository for flake8 default source branch installs to https://github.com/PyCQA/flake8.git (from GitLab)
  • Add new main branch definition option for the flake8-version input field. Both "main" and "master" now result in the installation of flake8 from the latest commit in the main branch of the new GitHub repository (see above)
  • Update npm commands in Makefile update and dev-update targets
  • Execute the GitHub Action in a node16 environment (from node12)
  • Execute eslint lint tests in a node16 environment (from node12)
  • update @​actions/core to ^1.9.0
  • update @​actions/exec to ^1.1.1
  • update eslint-config-airbnb-base to ^15.0.0
  • update eslint-plugin-import to ^2.26.0
  • update eslint-plugin-promise to ^6.0.0
  • update eslint-plugin-react to ^7.30.0
  • update jest to ^28.1.1

v2.0.0

  • Remove cPython 3.6 GitHub Actions test runner support (all platforms)
  • Add cPython 3.10 GitHub Actions test runner support (all platforms)
  • update eslint-plugin-import to ^2.25.3
  • update eslint-plugin-jsx-a11y to ^6.5.1
  • update eslint-plugin-react to ^7.27.1
  • update jest to ^27.4.5

v1.2.0

  • Fix: remove custom error string "ERROR: Action failed during execution with error: " in non-zero exit status code reporting. This was not semantically correct when flake8 raises a non-zero exit code for failed lints
  • add cPython 3.10 interpreter CI testing

... (truncated)

Commits
  • 84ec672 changelog update: header fmt
  • 54eeca9 changelog updates v2.3.0
  • 7254516 Merge pull request #236 from py-actions/py-ci-versions
  • dcbb710 update documentation for new supported cPy interpreter versions
  • 272ca14 add cPy 3.12 CI testing, remove cPy 3.8 CI testing
  • 78eae77 Merge pull request #235 from py-actions/node-20
  • 04a6812 update maintainer docs with updated make target dist approach
  • 58395e2 use node20 for eslint testing
  • 3df2172 update eslintrc configuration for new dependencies
  • 499e950 update dependencies
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 2 updates: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [py-actions/flake8](https://github.com/py-actions/flake8).


Updates `actions/dependency-review-action` from 3.1.0 to 3.1.3
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@6c5ccda...7bbfa03)

Updates `py-actions/flake8` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/py-actions/flake8/releases)
- [Changelog](https://github.com/py-actions/flake8/blob/master/CHANGELOG.md)
- [Commits](py-actions/flake8@2014ef7...84ec672)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: py-actions/flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 20, 2023
@mihaimaruseac mihaimaruseac merged commit 60fe16d into main Nov 27, 2023
9 checks passed
@mihaimaruseac mihaimaruseac deleted the dependabot/github_actions/all-9a6f54d7ba branch November 27, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant